home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / DESKTOP / NODSK304 / DESK.NDS < prev    next >
Encoding:
Text File  |  1994-08-30  |  319 b   |  17 lines

  1. set cnfdir = "CNF\"$screenw"x"$screenh"."$ncolors
  2.  
  3. if (! -e "~\"$cnfdir) then
  4.     if ($ncolors >= 16) then
  5.         cp -Rn ~\CNF\640x480.16 "~\"$cnfdir
  6.     else
  7.         cp -Rn ~\CNF\640x400.2 "~\"$cnfdir
  8.     endif
  9. endif
  10. set deskfile = $cnfdir"\DESK.NDS"
  11. set initfile = $cnfdir"\INIT.NDS"
  12.  
  13. unset cnfdir
  14.  
  15. cd ~
  16. source $deskfile
  17.